home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / Main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-17  |  393 b   |  14 lines  |  [TEXT/CWIE]

  1.  
  2. #pragma internal on
  3. void DecideActivation(EventRecord *, WindowPtr w, Point mouseGlob, Boolean active);
  4. void DoCloseWindow(WindowPtr w, short menuItem);
  5. #pragma internal reset
  6.  
  7. void DomyKeyEvent(EventRecord *);
  8. void DoUpdate(EventRecord *);
  9. void DoActivate(EventRecord *);
  10. void DoOSEvent(EventRecord *);
  11. void DoHighLevelEvent(EventRecord *evt);
  12. void DoIdle(void);
  13. void AdjustMenus(TEHandle);
  14.